Esx Settings ImpactDetails
The Esx Settings ImpactDetails schema contains information that provides more details about the compliance impact.
This schema was added in vSphere API 8.0.3.0.
{
"memory_reservation": {
"temporary_reservation": 0,
"permanent_reservation_increase": 0
},
"partial_maintenance_mode_name": "string",
"partial_maintenance_mode_upgrade_actions": [
"string"
],
"solution_impacts": {
"solution_impacts": "string"
},
"maintenance_actions": [
{
"key": "string",
"value": "string"
}
]
}
Memory reservation that accompany the partial maintenance mode. If missing or null
, there is no elevated memory usage during and after the remediation.
This property was added in vSphere API 8.0.3.0.
Flavor of the partial maintenance mode. If missing or null
, partial maintenance mode doesn't apply.
This property was added in vSphere API 8.0.3.0.
Upgrade actions to be performed before exiting partial maintenance mode. If missing or null
, no upgrade action is needed before exiting maintenance mode.
This property was added in vSphere API 8.0.3.0.
Partial or full maintenance mode required on host to reach the desired solution state. The key is affected solution name for solution-only remediation, and the value is maintenance mode string of vim.host.PartialMaintenanceModeId or "fullMaintenanceMode": for example: {"com.vmware.vsphere-wcp" : "sphereletPartialMM", "com.vmware.vsphere-nsx" : "fullMaintenanceMode"} If this string value is an unknown enum the behaviour defaults to full maintenance mode. The impact will have an value that is the same or more severe than the maintenance mode (e.g. a reboot) contained in this property.
This property was added in vSphere API 8.0.3.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.solution
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.solution
.
Maintenance actions to be performed when entering the partial maintenance mode flavor.
This property was added in vSphere API 9.0.0.0.
This property is optional because it was added in a newer version than its parent node.